home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / git / RelNotes-1.7.2.2.txt < prev    next >
Encoding:
Text File  |  2011-09-22  |  695 b   |  23 lines

  1. Git v1.7.2.2 Release Notes
  2. ==========================
  3.  
  4. Fixes since v1.7.2.1
  5. --------------------
  6.  
  7.  * Object transfer over smart http transport deadlocked the client when
  8.    the remote HTTP server returned a failure, instead of erroring it out.
  9.  
  10.  * git-gui honors custom textconv filters when showing diff and blame;
  11.  
  12.  * git diff --relative=subdir (without the necessary trailing /) did not
  13.    work well;
  14.  
  15.  * "git diff-files -p --submodule" was recently broken;
  16.  
  17.  * "git checkout -b n ':/token'" did not work;
  18.  
  19.  * "git index-pack" (hence "git fetch/clone/pull/push") enabled the object
  20.    replacement machinery by mistake (it never should have);
  21.  
  22. And other minor fixes and documentation updates.
  23.